home *** CD-ROM | disk | FTP | other *** search
/ PC Elektro 3 / PC-Elektro-3-cd1.bin / DesignWorks Professional Schematic Capture / DesignWorks4Setup.exe / Main / PSpice.RFM < prev    next >
Encoding:
Text File  |  2004-10-16  |  1.5 KB  |  48 lines

  1. {
  2.     DesignWorks Report Form for pSpice
  3.     Copyright 1990-1995 Capilano Computing Systems
  4. }
  5. $NOTES
  6. This report form produces a netlist for pSpice's simulator.
  7.  
  8.  
  9. Limitations:
  10.  
  11.   This report form works only with Flat designs.
  12.  
  13.  
  14. Attribute    Where    Description
  15.  
  16. Name         Devices  This attribute must match the SPICE
  17.                       naming conventions for device names.
  18. Name         Signals  This attribute must match the SPICE
  19.                       naming conventions for signal names.
  20.                       Ground must have the name 0.
  21.  
  22. Spice        Design   Contains SPICE models or control lines
  23. Spice        Devices  Contains SPICE parameters to follow
  24.                       the pin list.
  25. Spice.Pre    Devices  Contains SPICE information that must
  26.                       appear before the pin list on a device
  27.                       line. This happens for odd cases like
  28.                       the digital stimulus device. Normally
  29.                       left empty.
  30. $END
  31. $CHECK(This report form works only for Flat designs) $PURE $PHYSICAL
  32. {
  33. ---------------------------------------------------------------------
  34. }
  35. $FIND $DEVICES $NOT &Spice
  36. $CHECK(The attribute field 'Spice' is missing in one or more devices!) $DEVICES
  37. $CREATEREPORT($DESIGNNAME.CIR) $PROMPT $CREATOR(ttxt)
  38. $FIND $DEVICES
  39. $COMBDEVSOFF
  40. $DEVPINSEQUENCE &PinSequence
  41. $DESIGNNAME   $DATE   $TIME
  42. $SORT $DEVICES $DEVNAME
  43. $DEVPINFORMAT $SIGNAME
  44. &Spice
  45. .PROBE
  46. $DEVICES$DEVNAME &(Spice.Pre) $PINS &Spice
  47. .END
  48.